Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetCurrentNodeID

You can use the QTVRGetCurrentNodeID function to get the current node of a movie.

UInt32 QTVRGetCurrentNodeID (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
The ID of the current node of the specified movie.

DESCRIPTION

The QTVRGetCurrentNodeID function returns, as its function result, the ID of the current node of the QuickTime VR movie specified by the qtvr parameter.

SEE ALSO

Use QTVRGoToNodeID [link] to set the current node ID.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |